Skip to content

Commit

Permalink
ci: temp fix for models test (#2949)
Browse files Browse the repository at this point in the history
Another temporary fix for the weird store issue that seems to occur only on actions.
  • Loading branch information
sauyon committed Aug 31, 2022
1 parent 9e05c51 commit 83d8a30
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 83d8a30

Please sign in to comment.