Skip to content

Commit

Permalink
Merge pull request #104 from mkantor/increase-test-server-startup-wai…
Browse files Browse the repository at this point in the history
…t-time

Increase test server startup wait time.
  • Loading branch information
mkantor authored Aug 20, 2022
2 parents b84002f + b54fc77 commit d710973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl RunningServer {
// Give the server a chance to start up.
// TODO: It would be better to poll by retrying a few times if the
// connection is refused.
thread::sleep(time::Duration::from_secs(1));
thread::sleep(time::Duration::from_secs(2));

// The server may have failed to start if the content directory was
// invalid.
Expand Down

0 comments on commit d710973

Please sign in to comment.