Skip to content

Commit 1f2a36c

Browse files
committed
query_buffers: increase timetrap timeout to 2h
1 parent e301500 commit 1f2a36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ts_simple_query_buffers_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656

5757
suite() ->
58-
[{timetrap, {minutes, 15}}].
58+
[{timetrap, {hours, 2}}].
5959

6060
init_per_suite(Cfg) ->
6161
Cluster = ts_setup:start_cluster(1),

0 commit comments

Comments
 (0)