Skip to content

Commit 2fd9874

Browse files
Fix integration test.
1 parent 7b0c485 commit 2fd9874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/integ_test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def deploy_models(self, username: str, password: str):
308308
stdout=outfile,
309309
stderr=outfile,
310310
)
311-
time.sleep(2)
311+
time.sleep(5)
312312

313313
def _get_process(self):
314314
return self.process

0 commit comments

Comments
 (0)