File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 8
8
import stat
9
9
import tarfile
10
10
from pathlib import Path
11
+ from time import sleep
11
12
from urllib import request
12
13
13
14
from utils import (
@@ -321,6 +322,7 @@ def handle_test_env() -> None:
321
322
env ["SERVER_TYPE" ] = server_type
322
323
env ["OCSP_ALGORITHM" ] = ocsp_algo
323
324
run_command (f"bash { DRIVERS_TOOLS } /.evergreen/ocsp/setup.sh" , env = env )
325
+ sleep (5 )
324
326
325
327
# The mock OCSP responder MUST BE started before the mongod as the mongod expects that
326
328
# a responder will be available upon startup.
@@ -337,6 +339,7 @@ def handle_test_env() -> None:
337
339
elif opts .quiet :
338
340
cmd .append ("-q" )
339
341
run_command (cmd , cwd = DRIVERS_TOOLS )
342
+ sleep (5 )
340
343
341
344
if SSL != "nossl" :
342
345
if not DRIVERS_TOOLS :
You can’t perform that action at this time.
0 commit comments