Skip to content

Commit d492c38

Browse files
committed
test transaction
1 parent 2cbfeee commit d492c38

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/rust/src/tests/integration/watcher

1 file changed

+1
-1
lines changed

tests/integration/rust/src/tests/integration/watcher/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ mod tests {
307307
#[test]
308308
pub async fn test_watch_transaction_test() {
309309
// Wrap the test function with a timeout of 45 seconds
310-
let result = timeout(Duration::from_secs(45), test_watch_transaction()).await;
310+
let result = timeout(Duration::from_secs(60), test_watch_transaction()).await;
311311
// Assert whether the test completed within the timeout period
312312
assert!(result.is_ok(), "Test timed out after 45 seconds");
313313
}

0 commit comments

Comments
 (0)