Files
neon/test_runner/batch_others/test_ci.py
Bojan Serafimov d7bb3d14df WIP
2022-05-30 15:39:08 -04:00

12 lines
294 B
Python

import pytest
import os
import time
from fixtures.zenith_fixtures import ZenithEnvBuilder
def test_timeout(zenith_env_builder: ZenithEnvBuilder, test_output_dir: str):
env = zenith_env_builder.init_start()
# Sleep long enough with no output so CI step times out
time.sleep(1000)