Commit 1eb62eec authored by George Hotz's avatar George Hotz Committed by GitHub

fix test challenge (#47)

* fix test challenge

* even more timeout
parent da20820e
...@@ -36,7 +36,7 @@ jobs: ...@@ -36,7 +36,7 @@ jobs:
run: | run: |
cd mipsevm cd mipsevm
go build go build
- name: Generate checkpoints for 13284469 - name: Generate golden and checkpoints for 13284469
run: mipsevm/mipsevm 13284469 run: mipsevm/mipsevm && mipsevm/mipsevm 13284469
- name: Run test challenge - name: Run test challenge
run: npx hardhat test test/challenge_test.js run: npx hardhat test test/challenge_test.js
...@@ -46,5 +46,5 @@ describe("Challenge contract", function () { ...@@ -46,5 +46,5 @@ describe("Challenge contract", function () {
// the real issue here is from step 0->1 when we write the input hash // the real issue here is from step 0->1 when we write the input hash
// TODO: prove the challenger wrong? // TODO: prove the challenger wrong?
}).timeout(60000) }).timeout(120000)
}) })
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment