Skip to content

Commit 55a7209

Browse files
committed
[run_cperf] give update-checkout a longer timeout
1 parent ec87fdb commit 55a7209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_cperf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def setup_workspace(instance, workspace, args):
5050
common.check_execute(['utils/update-checkout',
5151
'--clone', '--reset-to-remote',
5252
'--clean', '--scheme', args.swift_branch],
53-
cwd=swift)
53+
cwd=swift, timeout=9999999)
5454
if instance == NEW_INSTANCE:
5555
command_fetch = ['git', '-C', swift, 'fetch', 'origin',
5656
'pull/%d/merge' % args.setup_workspaces_for_pr]

0 commit comments

Comments
 (0)