Skip to content

Commit

Permalink
increase timeout (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki authored Aug 21, 2024
1 parent 0153f6c commit 59337ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/moonwall.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
"compile-wasm.ts compile -b tmp/container-chain-simple-node -o wasm -c specs/single-container-template-container-2000.json"
],

"timeout": 600000,
"timeout": 900000,
"foundation": {
"rtUpgradePath": "../target/release/wbuild/container-chain-template-simple-runtime/container_chain_template_simple_runtime.compact.compressed.wasm",
"type": "zombie",
Expand Down Expand Up @@ -575,7 +575,7 @@
"compile-wasm.ts compile -b tmp/container-chain-frontier-node -o wasm -c specs/single-container-template-container-2000.json"
],

"timeout": 600000,
"timeout": 900000,
"foundation": {
"rtUpgradePath": "../target/release/wbuild/container-chain-template-frontier-runtime/container_chain_template_frontier_runtime.compact.compressed.wasm",
"type": "zombie",
Expand Down

0 comments on commit 59337ef

Please sign in to comment.