Skip to content

Commit fd383f6

Browse files
authored
set timeout to 30m
1 parent 2fe1947 commit fd383f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ where
248248
update_tx
249249
.send()
250250
.await?
251-
.with_timeout(Some(Duration::from_secs(300)))
251+
.with_timeout(Some(Duration::from_mins(30)))
252252
.watch()
253253
.await?;
254254

0 commit comments

Comments
 (0)