Skip to content

Commit b0fbe68

Browse files
committed
increase timeout to 60s
Signed-off-by: Eval EXEC <[email protected]>
1 parent 3d72831 commit b0fbe68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/specs/indexer/basic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ impl Spec for RichIndexerUncleBlockBug {
3939
settings.temporary = true;
4040
settings.username = "postgres".to_string();
4141
settings.password = "postgres".to_string();
42+
settings.timeout = Some(Duration::from_secs(60));
4243

4344
// Enable detailed PostgreSQL logging to capture the bug
4445
let configs = [

0 commit comments

Comments
 (0)