Skip to content

Commit 2fe1947

Browse files
authored
set post_batch timeout to 5min
2min is not enough
1 parent 012ad9f commit 2fe1947

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

0 commit comments

Comments
 (0)