Skip to content

Commit 8251a41

Browse files
committed
Increase timeout in test for valgrind
1 parent eb1158c commit 8251a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/flow/tests_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def run():
413413

414414
# make sure that we have a long operation that RedisAI will run upon sending the following
415415
# command, to assure that timeout will occur.
416-
time.sleep(0.1)
416+
time.sleep(0.5)
417417
ret = con.execute_command('AI.SCRIPTEXECUTE', 'my_script{$}', 'bar',
418418
'INPUTS', 2, 'a{$}', 'b{$}', 'OUTPUTS', 1, 'c{$}', 'TIMEOUT', 1)
419419
env.assertEqual(ret, b'TIMEDOUT')

0 commit comments

Comments
 (0)