Increase racy sleep to make some tests pass

This commit is contained in:
Ryan Dahl 2011-06-08 15:18:03 +02:00
parent e04cc71e1a
commit b2df6d9a99

View File

@ -77,7 +77,7 @@ int run_task(task_entry_t *test, int timeout, int benchmark_output) {
}
/* Wait a little bit to allow servers to start. Racy. */
uv_sleep(50);
uv_sleep(100);
/* Start the main test process. */
if (process_start(test->process_name, &processes[process_count]) == -1) {