Skip to content

Commit

Permalink
Merge pull request #1865 from Expensify/flo_timeouttest
Browse files Browse the repository at this point in the history
Fix flakey TimeoutTest::testprocess test
  • Loading branch information
madmax330 authored Sep 9, 2024
2 parents dc232d3 + 00672c5 commit 49cce70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clustertest/tests/TimeoutTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct TimeoutTest : tpunit::TestFixture {

// Run one long query.
SData slow("slowprocessquery");
slow["processTimeout"] = "500"; // 0.5s
slow["processTimeout"] = "200"; // 0.2s
slow["size"] = "1000000";
slow["count"] = "1";
brtester.executeWaitVerifyContent(slow, "555 Timeout processing command");
Expand Down

0 comments on commit 49cce70

Please sign in to comment.