We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2d41a commit 4418cdaCopy full SHA for 4418cda
2 files changed
.github/workflows/benchmark.yml
@@ -101,6 +101,6 @@ jobs:
101
output-file-path: output.txt
102
github-token: ${{ secrets.GITHUB_TOKEN }}
103
auto-push: true
104
- alert-threshold: '2000%'
+ alert-threshold: '40000%'
105
comment-on-alert: true
106
fail-on-alert: false
tests/integration/file.rs
@@ -39,7 +39,7 @@ pub async fn test_file_subscriber_logic() {
39
}
40
tokio::time::sleep(std::time::Duration::from_millis(10)).await;
41
42
- tokio::time::sleep(std::time::Duration::from_millis(50)).await;
+ tokio::time::sleep(std::time::Duration::from_millis(200)).await;
43
44
verify_subscriber_logic(publisher, sub1, sub2).await;
45
0 commit comments