Skip to content

Commit a385e61

Browse files
authored
Increase test_timeout on cstratak-*-ppc64le (GH-740)
`test_tools` has been timing out here. Note the timeout was increased for RHEL8 (i.e. older CPython branches) in #468; this increases it for the other workers.
1 parent a67b395 commit a385e61

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

master/custom/workers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,13 @@ def get_workers(settings):
131131
name="cstratak-fedora-rawhide-ppc64le",
132132
tags=['linux', 'unix', 'fedora', 'ppc64le'],
133133
parallel_tests=10,
134+
timeout_factor=2, # Increase the timeout on this slow worker
134135
),
135136
cpw(
136137
name="cstratak-fedora-stable-ppc64le",
137138
tags=['linux', 'unix', 'fedora', 'ppc64le'],
138139
parallel_tests=10,
140+
timeout_factor=2, # Increase the timeout on this slow worker
139141
),
140142
cpw(
141143
name="cstratak-RHEL8-ppc64le",
@@ -148,6 +150,7 @@ def get_workers(settings):
148150
name="cstratak-CentOS9-ppc64le",
149151
tags=['linux', 'unix', 'rhel', 'ppc64le'],
150152
parallel_tests=10,
153+
timeout_factor=2, # Increase the timeout on this slow worker
151154
),
152155
cpw(
153156
name="cstratak-fedora-rawhide-aarch64",

0 commit comments

Comments
 (0)