Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
1eb62eec
Unverified
Commit
1eb62eec
authored
Feb 10, 2022
by
George Hotz
Committed by
GitHub
Feb 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test challenge (#47)
* fix test challenge * even more timeout
parent
da20820e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
test_challenge.yml
.github/workflows/test_challenge.yml
+2
-2
challenge_test.js
test/challenge_test.js
+2
-2
No files found.
.github/workflows/test_challenge.yml
View file @
1eb62eec
...
...
@@ -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
test/challenge_test.js
View file @
1eb62eec
...
...
@@ -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
)
})
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment