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 2cbfeee commit d492c38Copy full SHA for d492c38
tests/integration/rust/src/tests/integration/watcher/mod.rs
@@ -307,7 +307,7 @@ mod tests {
307
#[test]
308
pub async fn test_watch_transaction_test() {
309
// Wrap the test function with a timeout of 45 seconds
310
- let result = timeout(Duration::from_secs(45), test_watch_transaction()).await;
+ let result = timeout(Duration::from_secs(60), test_watch_transaction()).await;
311
// Assert whether the test completed within the timeout period
312
assert!(result.is_ok(), "Test timed out after 45 seconds");
313
}
0 commit comments