mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-22 22:28:51 +01:00
Increase timeout amount for all github action tests
This commit is contained in:
parent
25eae144d8
commit
434acd3738
@ -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 := ""
|
||||
|
Loading…
Reference in New Issue
Block a user