We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d72831 commit b0fbe68Copy full SHA for b0fbe68
test/src/specs/indexer/basic.rs
@@ -39,6 +39,7 @@ impl Spec for RichIndexerUncleBlockBug {
39
settings.temporary = true;
40
settings.username = "postgres".to_string();
41
settings.password = "postgres".to_string();
42
+ settings.timeout = Some(Duration::from_secs(60));
43
44
// Enable detailed PostgreSQL logging to capture the bug
45
let configs = [
0 commit comments