We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef1017 commit cbdc5d5Copy full SHA for cbdc5d5
cvise/utils/testing.py
@@ -69,7 +69,7 @@ class InitEnvironment:
69
pass_new: Callable
70
test_case: Path
71
tmp_dir: Path
72
- job_timeout: int
+ job_timeout: float
73
pid_queue: queue.Queue
74
dependee_bundle_paths: list[Path]
75
@@ -98,7 +98,7 @@ class AdvanceOnSuccessEnvironment:
98
pass_previous_state: Any
99
new_tmp_dir: Path
100
pass_succeeded_state: Any
101
102
103
104
@@ -435,7 +435,7 @@ def __init__(
435
self,
436
pass_statistic,
437
test_script: Path,
438
- user_specified_timeout,
+ user_specified_timeout: int,
439
save_temps,
440
test_cases: list[Path],
441
parallel_tests,
0 commit comments