We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef43e4 commit 215bbf1Copy full SHA for 215bbf1
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(480), async move {
+ common::run_with_timeout(Duration::from_secs(600), 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