mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Go's default 10-minute timeout was enough for running integration tests normally (both locally and on CI), but with race detection turned on they can take much longer to run. Increase the timeout unconditionally to 30 minutes; we don't bother making a distinction between race vs. normal, because a longer timeout doesn't hurt (I can't recall having hit the global timeout ever; and we still have the per-test watchdog that kills an individual test after 40s). |
||
|---|---|---|
| .. | ||
| bisect.sh | ||
| bump_lazycore.sh | ||
| bump_modules.sh | ||
| check_commit.sh | ||
| check_filenames.sh | ||
| check_for_fixups.sh | ||
| gofumpt-check.sh | ||
| gofumpt-tool.sh | ||
| golangci-lint-shim.sh | ||
| just_e2e_completion.zsh | ||
| preview_release_notes.sh | ||
| record_demo.sh | ||
| run_integration_tests.sh | ||
| update_docs_for_release.sh | ||
| update_language_files.sh | ||