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 8289b76 commit adb88b6Copy full SHA for adb88b6
crates/fig_test_utils/src/server.rs
@@ -169,7 +169,7 @@ mod tests {
169
let addr = test_server_addr.address();
170
std::mem::drop(test_server_addr);
171
// wait for the task to complete
172
- tokio::time::sleep(std::time::Duration::from_millis(10)).await;
+ tokio::time::sleep(std::time::Duration::from_millis(100)).await;
173
let response = reqwest::get(format!("http://{}{}", &addr, &test_path)).await;
174
assert!(response.is_err());
175
}
0 commit comments