Skip to content

Commit

Permalink
ci: temp fix for models test
Browse files Browse the repository at this point in the history
  • Loading branch information
sauyon committed Aug 29, 2022
1 parent 3de0c9a commit 1e5940c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/test_models.py
@@ -1,4 +1,5 @@
import os
import time
import random
import string
from sys import version_info as pyver
Expand Down Expand Up @@ -49,6 +50,8 @@ def test_models(tmpdir: "Path"):
) as testmodel:
testmodel1tag = testmodel.tag

time.sleep(1)

with bentoml.models.create(
"testmodel",
module=__name__,
Expand Down

0 comments on commit 1e5940c

Please sign in to comment.