mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove a 9 from overly high timeouts
This commit is contained in:
@@ -126,7 +126,7 @@ def main():
|
||||
covering_tests = set().union(*pool.map_async(
|
||||
worker,
|
||||
enumerate(relevant_changes)
|
||||
).get(9999999))
|
||||
).get(999999))
|
||||
|
||||
logging.info('Combined covering tests:')
|
||||
for covering_test in covering_tests:
|
||||
|
||||
Reference in New Issue
Block a user