1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 11:02:41 +03:00

allow two attempts on CI

This commit is contained in:
Jesse Duffield
2022-09-16 22:31:46 -07:00
parent 850a82784a
commit 6dca3e1766
4 changed files with 19 additions and 1 deletions

View File

@@ -48,6 +48,9 @@ func TestIntegration(t *testing.T) {
},
components.CHECK_SNAPSHOT,
0,
// allowing two attempts at the test. If a test fails intermittently,
// there may be a concurrency issue that we need to resolve.
2,
)
assert.NoError(t, err)