Changes in / [d61d034:34a1d2e]


Ignore:
File:
1 edited

Legend:

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

    rd61d034 r34a1d2e  
    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.