Skip to content

Commit c3a520f

Browse files
test: decrease perf check timeout
Any test run runs perf tests as well -- to check that they work fine. To make tests faster, we run them for 2-5 seconds, but it's still a lot of time.
1 parent 20fb7be commit c3a520f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/performance/perf_test.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,13 +693,13 @@ local stats_cases = {
693693
}
694694

695695
local integration_params = {
696-
timeout = 2,
696+
timeout = 0.1,
697697
fiber_count = 5,
698698
connection_count = 2,
699699
}
700700

701701
local pairs_integration = {
702-
timeout = 5,
702+
timeout = 0.1,
703703
fiber_count = 1,
704704
connection_count = 1,
705705
}

0 commit comments

Comments
 (0)