Skip to content

Commit

Permalink
see if a delay fixes the tests connection errors
Browse files Browse the repository at this point in the history
  • Loading branch information
T0jan committed Oct 28, 2024
1 parent f063933 commit ae0366c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import sys
from time import sleep

import kintree.config.settings as settings
from kintree.common.tools import cprint, create_library, download_with_retry
Expand Down Expand Up @@ -166,6 +167,7 @@ def check_result(status: str, new_part: bool) -> bool:
cprint('\n-----')

# Setup InvenTree
sleep(5)
setup_inventree()
cprint('\n-----')

Expand Down

0 comments on commit ae0366c

Please sign in to comment.