Skip to content

Commit 8db624f

Browse files
authored
revert last commit
1 parent fd383f6 commit 8db624f

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_mins(30)))
251+
.with_timeout(Some(Duration::from_secs(300)))
252252
.watch()
253253
.await?;
254254

0 commit comments

Comments
 (0)