Skip to content

Commit

Permalink
fixed timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored May 22, 2024
1 parent 4d68b01 commit 7f5b5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "^5.4.5"
},
"ava": {
"timeout": 20000,
"timeout": "20000",
"files": ["sandbox-test/*.ava.js"]
}
}

0 comments on commit 7f5b5a9

Please sign in to comment.