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 4e92ed2 commit d7e14a8Copy full SHA for d7e14a8
tests/test_helpers.rs
@@ -5,7 +5,7 @@ use std::{collections::BTreeMap, time::Duration};
5
6
/// Sensible test timeout.
7
#[allow(dead_code)]
8
-pub const TEST_TIMEOUT: Duration = Duration::from_secs(4);
+pub const TEST_TIMEOUT: Duration = Duration::from_secs(10);
9
10
/// Environment variable to configure if integration tests should be run.
11
///
0 commit comments