mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Unfortunately, Windows' scheduler means that test timeouts get hit very easily, because it seems the system can refuse to schedule a waiting process for *upwards of 10 minutes*. We should look for a better solution for this problem going forwards, but for now, just give Windows a very high test timeout. The 30 minute timeout set here is around the duration of a *full CI run* on Windows, so it should be impossible to hit normally, but it means that if a test gets stuck we'll at least get told (eventually). |
||
|---|---|---|
| .. | ||
| aarch64-linux-debug.sh | ||
| aarch64-linux-release.sh | ||
| aarch64-macos-debug.sh | ||
| aarch64-macos-release.sh | ||
| aarch64-windows.ps1 | ||
| loongarch64-linux-debug.sh | ||
| loongarch64-linux-release.sh | ||
| riscv64-linux-debug.sh | ||
| riscv64-linux-release.sh | ||
| x86_64-freebsd-debug.sh | ||
| x86_64-freebsd-release.sh | ||
| x86_64-linux-debug-llvm.sh | ||
| x86_64-linux-debug.sh | ||
| x86_64-linux-release.sh | ||
| x86_64-windows-debug.ps1 | ||
| x86_64-windows-release.ps1 | ||