mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-23 06:38:52 +01:00
Increase number of automatic retries for testTui/delete since it seems to also be somewhat flaky
This commit is contained in:
parent
0b54cebd46
commit
f8719e4b9b
@ -110,7 +110,7 @@ func TestParam(t *testing.T) {
|
|||||||
runTestsWithRetries(t, "testTui/general", testTui_general)
|
runTestsWithRetries(t, "testTui/general", testTui_general)
|
||||||
runTestsWithRetries(t, "testTui/scroll", testTui_scroll)
|
runTestsWithRetries(t, "testTui/scroll", testTui_scroll)
|
||||||
runTestsWithRetries(t, "testTui/resize", testTui_resize)
|
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)
|
runTestsWithRetries(t, "testTui/color", testTui_color)
|
||||||
|
|
||||||
// Assert there are no leaked connections
|
// Assert there are no leaked connections
|
||||||
|
Loading…
Reference in New Issue
Block a user