Skip to content

Commit b54fc77

Browse files
committed
Increase test server startup wait time.
I hit a few test failures recently due to losing the race here.
1 parent b84002f commit b54fc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl RunningServer {
7272
// Give the server a chance to start up.
7373
// TODO: It would be better to poll by retrying a few times if the
7474
// connection is refused.
75-
thread::sleep(time::Duration::from_secs(1));
75+
thread::sleep(time::Duration::from_secs(2));
7676

7777
// The server may have failed to start if the content directory was
7878
// invalid.

0 commit comments

Comments
 (0)