Skip to content

Commit eaef48a

Browse files
committed
icrease timeout
1 parent 850a964 commit eaef48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audioCorrelation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def show2(fs,s1,s2,title=None):
261261
def second_correlation(in1,in2):
262262
try:
263263
begin = time.time()
264-
stdout, stderror, exitCode = tools.launch_cmdExt_with_timeout_reload([tools.software["audio_sync"],in1,in2],5,300)
264+
stdout, stderror, exitCode = tools.launch_cmdExt_with_timeout_reload([tools.software["audio_sync"],in1,in2],5,600)
265265
data = json.loads(stdout.decode("utf-8").strip())
266266
file = data['file']
267267
offset = data['offset_seconds']

0 commit comments

Comments
 (0)