mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Retry tests on CI (#2769)
This commit is contained in:
commit
057742d4af
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ func TestIntegration(t *testing.T) {
|
|||
},
|
||||
false,
|
||||
0,
|
||||
// Only allowing one attempt per test. We'll see if we get any flakiness
|
||||
1,
|
||||
// Allow two attempts at each test to get around flakiness
|
||||
2,
|
||||
)
|
||||
|
||||
assert.NoError(t, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue