Changeset 2ed94a9 for tests/concurrent


Ignore:
Timestamp:
Feb 8, 2023, 2:27:55 PM (3 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, master
Children:
b110bcc
Parents:
997185e (diff), ccb29b4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
tests/concurrent
Files:
12 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/channels/parallel_harness.hfa

    r997185e r2ed94a9  
    22#include <fstream.hfa>
    33#include <stdio.h>
    4 #include <string.h>
    54#include <channel.hfa>
    65#include <thread.hfa>
    76#include <time.hfa>
    8 #include <stats.hfa>
    97
    108// user defines this
     
    130128    }
    131129
    132     sleep(1`s);
     130    sleep(10`s);
    133131    prod_done = true;
    134132
Note: See TracChangeset for help on using the changeset viewer.