Skip to content

Commit 7b0c485

Browse files
Add delay to deploy_models.
1 parent 9109735 commit 7b0c485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/integ_test_base.py

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

312313
def _get_process(self):
313314
return self.process

0 commit comments

Comments
 (0)