Skip to content

Commit d9c1e1b

Browse files
committed
make it faster
1 parent 2f48a64 commit d9c1e1b

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/tests/unit/with_dbs/comp_scheduler

1 file changed

+1
-1
lines changed

services/director-v2/tests/unit/with_dbs/comp_scheduler/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def with_disabled_scheduler_publisher(mocker: MockerFixture) -> mock.Mock:
7676
def with_short_max_wait_for_clusters_keeper(
7777
monkeypatch: pytest.MonkeyPatch, mocker: MockerFixture
7878
) -> datetime.timedelta:
79-
short_time = datetime.timedelta(seconds=5)
79+
short_time = datetime.timedelta(seconds=2)
8080
setenvs_from_dict(
8181
monkeypatch,
8282
{"COMPUTATIONAL_BACKEND_MAX_WAITING_FOR_CLUSTER_TIMEOUT": f"{short_time}"},

0 commit comments

Comments
 (0)