We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ea298 commit 873bdeaCopy full SHA for 873bdea
1 file changed
core/tests/on_runtime_upgrade.rs
@@ -40,7 +40,7 @@ mod on_runtime_upgrade {
40
}
41
42
async fn run_test(config: TestConfig, expected_success: bool) {
43
- common::run_with_timeout(Duration::from_secs(300), async move {
+ common::run_with_timeout(Duration::from_secs(360), async move {
44
let child = on_runtime_upgrade(&config);
45
let out = child.wait_with_output().await.unwrap();
46
if expected_success {
0 commit comments