Skip to content

Commit e2cdc98

Browse files
committed
Updated timer amount
1 parent 2b6e58c commit e2cdc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen3/tools/indexing/user_security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def check_yaml(phsids, path, repo="commons-users", verbose=False):
136136
# If we find anything ask for input (eventually times out)
137137
if anything_found:
138138
print("Would you like to continue? (y/n): ", end="", flush=True)
139-
timeout = 5
139+
timeout = 90
140140
i = None
141141
i, o, e = select([stdin], [], [], timeout)
142142

0 commit comments

Comments
 (0)