Skip to content

Commit

Permalink
Handle the intermittent failure for query tool test.
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-joshi committed Jul 13, 2023
1 parent be1bdbc commit 58cd216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/regression/feature_tests/query_tool_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ def _query_tool_cancel_query(self):
QueryToolLocators.btn_commit)
if not commit_button.get_attribute('disabled'):
commit_button.click()
time.sleep(0.5)
time.sleep(2)

# enable auto-commit and disable auto-rollback
self.page.check_execute_option('auto_commit')
Expand Down

0 comments on commit 58cd216

Please sign in to comment.