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:
run: |
cd mipsevm
go build
- name: Generate checkpoints for 13284469
run: mipsevm/mipsevm 13284469
- name: Generate golden and checkpoints for 13284469
run: mipsevm/mipsevm && mipsevm/mipsevm 13284469
- name: Run test challenge
run: npx hardhat test test/challenge_test.js
......@@ -46,5 +46,5 @@ describe("Challenge contract", function () {
// the real issue here is from step 0->1 when we write the input hash
// TODO: prove the challenger wrong?
}).timeout(60000)
})
\ No newline at end of file
}).timeout(120000)
})
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