Increase timeout amount for all github action tests

This commit is contained in:
David Dworken 2023-09-04 18:09:11 -07:00
parent 25eae144d8
commit 434acd3738
No known key found for this signature in database

View File

@ -1995,7 +1995,7 @@ func captureTerminalOutputWithShellNameAndDimensions(t testing.TB, tester shellT
// Fish is considerably slower so this is sadly necessary
sleepAmount = "0.5"
}
if testutils.IsGithubAction() && runtime.GOOS == "darwin" {
if testutils.IsGithubAction() {
sleepAmount = "0.5"
}
fullCommand := ""