mirror of
https://github.com/ddworken/hishtory.git
synced 2025-07-12 10:25:32 +02:00
Increase number of automatic retries for testTui/delete since it seems to also be somewhat flaky
This commit is contained in:
@ -110,7 +110,7 @@ func TestParam(t *testing.T) {
|
||||
runTestsWithRetries(t, "testTui/general", testTui_general)
|
||||
runTestsWithRetries(t, "testTui/scroll", testTui_scroll)
|
||||
runTestsWithRetries(t, "testTui/resize", testTui_resize)
|
||||
runTestsWithRetries(t, "testTui/delete", testTui_delete)
|
||||
runTestsWithExtraRetries(t, "testTui/delete", testTui_delete, 10)
|
||||
runTestsWithRetries(t, "testTui/color", testTui_color)
|
||||
|
||||
// Assert there are no leaked connections
|
||||
|
Reference in New Issue
Block a user