From 434acd373843461d604a7f15575e332a06bd5cea Mon Sep 17 00:00:00 2001 From: David Dworken Date: Mon, 4 Sep 2023 18:09:11 -0700 Subject: [PATCH] Increase timeout amount for all github action tests --- client/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_test.go b/client/client_test.go index 1fd5c3c..656b40b 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -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 := ""