We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84002f commit b54fc77Copy full SHA for b54fc77
tests/lib/mod.rs
@@ -72,7 +72,7 @@ impl RunningServer {
72
// Give the server a chance to start up.
73
// TODO: It would be better to poll by retrying a few times if the
74
// connection is refused.
75
- thread::sleep(time::Duration::from_secs(1));
+ thread::sleep(time::Duration::from_secs(2));
76
77
// The server may have failed to start if the content directory was
78
// invalid.
0 commit comments