Skip to content

Commit 3d51a8d

Browse files
committed
test: increase timeout to 30 seconds
1 parent e1e01c5 commit 3d51a8d

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
@@ -289,7 +289,7 @@ mod tests {
289289
.url("test")
290290
.replace(settings.password.as_str(), "password")
291291
);
292-
assert_eq!(Some(Duration::from_secs(5)), settings.timeout);
292+
assert_eq!(Some(Duration::from_secs(30)), settings.timeout);
293293
assert!(settings.configuration.is_empty());
294294
}
295295

0 commit comments

Comments
 (0)