Skip to content

Commit

Permalink
debug: sleep longer
Browse files Browse the repository at this point in the history
  • Loading branch information
Niel Drummond committed Nov 27, 2024
1 parent debd5a4 commit aa7bd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/tests/integration/permit_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ mod needs_docker {
tokio::time::sleep(tokio::time::Duration::from_millis(SLEEP)).await;

client.create_team(u1, &team).await.unwrap();
tokio::time::sleep(tokio::time::Duration::from_millis(SLEEP)).await;
tokio::time::sleep(tokio::time::Duration::from_millis(SLEEP * 4)).await;
let o1 = client.get_teams(u1).await.unwrap();

assert_eq!(
Expand Down

0 comments on commit aa7bd7a

Please sign in to comment.