Skip to content

Commit f241dc2

Browse files
p3rf Teamcopybara-github
authored andcommitted
Increase sysbench MySQL benchmark timeout to 120 seconds.
PiperOrigin-RevId: 828047935
1 parent 0eb5626 commit f241dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perfkitbenchmarker/linux_packages/sysbench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
)
7070
SYSBENCH_THREAD_INIT_TIMEOUT = flags.DEFINE_integer(
7171
'sysbench_thread_init_timeout',
72-
60,
72+
120,
7373
'The timeout in seconds for sysbench to initialize run threads.',
7474
)
7575
SYSBENCH_VERBOSE_MODE = flags.DEFINE_integer(

0 commit comments

Comments
 (0)