Skip to content

Commit

Permalink
Lower expected test value to avoid flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jul 2, 2024
1 parent a96fd93 commit 02529ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ rlJournalStart
SESSION_ID=$(grep sessionid ./login-cookies.txt | cut -f 7)
COMPLETED_REQUESTS=$(exec_wrk "$HTTPS/" "$WRK_DIR" "dashboard" "Cookie: sessionid=$SESSION_ID")
rlLogInfo "COMPLETED_REQUESTS=$COMPLETED_REQUESTS in 10 seconds"
rlAssertGreaterOrEqual ">= 40 r/s" "$COMPLETED_REQUESTS" 400
rlAssertGreaterOrEqual ">= 35 r/s" "$COMPLETED_REQUESTS" 350
rlPhaseEnd

rlPhaseStartTest "Should render Mermaid.JS diagrams"
Expand Down

0 comments on commit 02529ad

Please sign in to comment.