Skip to content

Commit d7e14a8

Browse files
committed
test: increase timeouts, CircleCI is slow
1 parent 4e92ed2 commit d7e14a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::{collections::BTreeMap, time::Duration};
55

66
/// Sensible test timeout.
77
#[allow(dead_code)]
8-
pub const TEST_TIMEOUT: Duration = Duration::from_secs(4);
8+
pub const TEST_TIMEOUT: Duration = Duration::from_secs(10);
99

1010
/// Environment variable to configure if integration tests should be run.
1111
///

0 commit comments

Comments
 (0)