diff --git a/pkg/gui/gui_test.go b/pkg/gui/gui_test.go index 6b5cd9167..887b48de8 100644 --- a/pkg/gui/gui_test.go +++ b/pkg/gui/gui_test.go @@ -63,6 +63,8 @@ func Test(t *testing.T) { expectedDir := filepath.Join(testPath, "expected") t.Logf("testPath: %s, actualDir: %s, expectedDir: %s", testPath, actualDir, expectedDir) + // three retries at normal speed for the sake of flakey tests + speeds = append(speeds, 1, 1, 1) for i, speed := range speeds { t.Logf("%s: attempting test at speed %d\n", test.Name, speed)