Merge pull request #370 from Brikaa/zig

Increase zig compile timeout
This commit is contained in:
Thomas Hobson 2021-10-13 06:41:54 +13:00 committed by GitHub
commit 72c11467e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{
"language": "zig",
"version": "0.8.0",
"aliases": ["zig"]
"aliases": ["zig"],
"limit_overrides": {
"compile_timeout": 15000
}
}