Skip to content

Commit c3746ac

Browse files
author
Ole John Aske
committed
Bug#34445844 Timeout in 'test_event -n SubscribeNR T1'
Avoid test failure due to timeouts. Timeout limit was set to 20mins, while test seems to take at least > 15min and oftentimes more. Patch double the timeout limits. Change-Id: Id041966092579109560d212d4e4c014307401c30
1 parent 730fa77 commit c3746ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/ndb/test/run-test/daily-basic--15-tests.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016, 2021 Oracle and/or its affiliates.
1+
# Copyright (c) 2016, 2022 Oracle and/or its affiliates.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by
@@ -77,7 +77,7 @@ max-time: 900
7777

7878
cmd: test_event
7979
args: -n SubscribeNR T1
80-
max-time: 1200
80+
max-time: 2400
8181

8282
cmd: test_event
8383
args: -n getEventBufferHighUsage T1

0 commit comments

Comments
 (0)