Skip to content

Commit

Permalink
increase sleep time to make sure integration tests dont fail that often
Browse files Browse the repository at this point in the history
  • Loading branch information
beac0n committed Sep 15, 2024
1 parent 9fba9fd commit b790343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ mod tests {
let address = test_data.server_address.to_string();
let command = String::from("default");
send(pem_path, address, command, deadline, strict, ip, now).unwrap();
thread::sleep(Duration::from_secs(1)); // wait for files to be written and blocklist to be updated
thread::sleep(Duration::from_secs(2)); // wait for files to be written and blocklist to be updated
}

fn run_commander(test_data: &TestData) {
Expand Down

0 comments on commit b790343

Please sign in to comment.