Skip to content

Commit 873bdea

Browse files
committed
Bump timeout in runtime upgrade (RU) test
1 parent 01ea298 commit 873bdea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/tests/on_runtime_upgrade.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mod on_runtime_upgrade {
4040
}
4141

4242
async fn run_test(config: TestConfig, expected_success: bool) {
43-
common::run_with_timeout(Duration::from_secs(300), async move {
43+
common::run_with_timeout(Duration::from_secs(360), async move {
4444
let child = on_runtime_upgrade(&config);
4545
let out = child.wait_with_output().await.unwrap();
4646
if expected_success {

0 commit comments

Comments
 (0)