Skip to content

Commit

Permalink
update flaky test max_runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Jun 12, 2024
1 parent ba610fc commit 03d312f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/api/tests/viewsets/test_xform_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3567,7 +3567,7 @@ def test_failed_form_publishing_after_maximum_retries(
self.assertEqual(response.status_code, 202)
self.assertEqual(response.data, error_message)

@flaky(max_runs=3)
@flaky(max_runs=8)
def test_survey_preview_endpoint(self):
view = XFormViewSet.as_view({"post": "survey_preview", "get": "survey_preview"})

Expand Down

0 comments on commit 03d312f

Please sign in to comment.