Skip to content

Commit e1e01c5

Browse files
committed
test: increase timeout to 30 seconds
1 parent 588b624 commit e1e01c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_embedded/src/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl Settings {
109109
username: BOOTSTRAP_SUPERUSER.to_string(),
110110
password,
111111
temporary: true,
112-
timeout: Some(Duration::from_secs(5)),
112+
timeout: Some(Duration::from_secs(30)),
113113
configuration: HashMap::new(),
114114
}
115115
}

0 commit comments

Comments
 (0)