Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(test): wait 8s before checking downtime is active in rest api v1 …
Browse files Browse the repository at this point in the history
…test (#11498) (#11505)

Refs: MON-14585
  • Loading branch information
kduret committed Aug 4, 2022
1 parent be3ef28 commit fe3a65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest_api/realtime_rest_api.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -6730,7 +6730,7 @@
" while(curDate-date < millis);",
"}",
"",
"wait(5000);"
"wait(8000);"
]
}
},
Expand Down

0 comments on commit fe3a65f

Please sign in to comment.