Skip to content

Commit 4418cda

Browse files
committed
fix nitpicky tests
1 parent fa2d41a commit 4418cda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ jobs:
101101
output-file-path: output.txt
102102
github-token: ${{ secrets.GITHUB_TOKEN }}
103103
auto-push: true
104-
alert-threshold: '2000%'
104+
alert-threshold: '40000%'
105105
comment-on-alert: true
106106
fail-on-alert: false

tests/integration/file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub async fn test_file_subscriber_logic() {
3939
}
4040
tokio::time::sleep(std::time::Duration::from_millis(10)).await;
4141
}
42-
tokio::time::sleep(std::time::Duration::from_millis(50)).await;
42+
tokio::time::sleep(std::time::Duration::from_millis(200)).await;
4343

4444
verify_subscriber_logic(publisher, sub1, sub2).await;
4545
}

0 commit comments

Comments
 (0)