Increase number of automatic retries for testTui/delete since it seems to also be somewhat flaky

This commit is contained in:
David Dworken 2023-10-01 18:26:02 -07:00
parent 0b54cebd46
commit f8719e4b9b
No known key found for this signature in database

View File

@ -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