Increase zig compile timeout
This commit is contained in:
parent
90945d1621
commit
80eefaa6fb
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"language": "zig",
|
"language": "zig",
|
||||||
"version": "0.8.0",
|
"version": "0.8.0",
|
||||||
"aliases": ["zig"]
|
"aliases": ["zig"],
|
||||||
|
"limit_overrides": {
|
||||||
|
"compile_timeout": 15000
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue