Skip to content

Commit 9e548e8

Browse files
feat: add sleep before retry
1 parent a633eef commit 9e548e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-tests/robot/tests/zookeeper/sasl/sasl_tests.robot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ ${ACL_VALUE} ACL
1010
*** Settings ***
1111
Library String
1212
Library Collections
13-
Library RetryFailed log_level=TRACE
13+
Library RetryFailed
1414
Resource ../../shared/keywords.robot
1515
Suite Setup Setup
1616
Suite Teardown Cleanup
17+
Test Teardown Run Keyword If Test Failed Sleep 5s
1718

1819
*** Keywords ***
1920
Setup

0 commit comments

Comments
 (0)