Skip to content

Commit 6ef43e4

Browse files
committed
Increase timeout in runtime upgrade (RU) test
1 parent f7f8b0e commit 6ef43e4

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(360), async move {
43+
common::run_with_timeout(Duration::from_secs(480), 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)