Skip to content

Commit 444400b

Browse files
increase health checks
1 parent 081b926 commit 444400b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

integration-tests/models/test_bloom_560m.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def bloom_560_handle(launcher):
99

1010
@pytest.fixture(scope="module")
1111
async def bloom_560(bloom_560_handle):
12-
await bloom_560_handle.health(60)
12+
await bloom_560_handle.health(240)
1313
return bloom_560_handle.client
1414

1515

integration-tests/models/test_bloom_560m_sharded.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def bloom_560m_sharded_handle(launcher):
99

1010
@pytest.fixture(scope="module")
1111
async def bloom_560m_sharded(bloom_560m_sharded_handle):
12-
await bloom_560m_sharded_handle.health(60)
12+
await bloom_560m_sharded_handle.health(240)
1313
return bloom_560m_sharded_handle.client
1414

1515

integration-tests/models/test_flash_falcon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def flash_falcon_handle(launcher):
99

1010
@pytest.fixture(scope="module")
1111
async def flash_falcon(flash_falcon_handle):
12-
await flash_falcon_handle.health(120)
12+
await flash_falcon_handle.health(300)
1313
return flash_falcon_handle.client
1414

1515

integration-tests/models/test_flash_llama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def flash_llama_handle(launcher):
99

1010
@pytest.fixture(scope="module")
1111
async def flash_llama(flash_llama_handle):
12-
await flash_llama_handle.health(120)
12+
await flash_llama_handle.health(300)
1313
return flash_llama_handle.client
1414

1515

integration-tests/models/test_flash_neox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def flash_neox_handle(launcher):
99

1010
@pytest.fixture(scope="module")
1111
async def flash_neox(flash_neox_handle):
12-
await flash_neox_handle.health(240)
12+
await flash_neox_handle.health(300)
1313
return flash_neox_handle.client
1414

1515

integration-tests/models/test_flash_neox_sharded.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def flash_neox_sharded_handle(launcher):
99

1010
@pytest.fixture(scope="module")
1111
async def flash_neox_sharded(flash_neox_sharded_handle):
12-
await flash_neox_sharded_handle.health(240)
12+
await flash_neox_sharded_handle.health(300)
1313
return flash_neox_sharded_handle.client
1414

1515

integration-tests/models/test_flash_santacoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def flash_santacoder_handle(launcher):
99

1010
@pytest.fixture(scope="module")
1111
async def flash_santacoder(flash_santacoder_handle):
12-
await flash_santacoder_handle.health(240)
12+
await flash_santacoder_handle.health(300)
1313
return flash_santacoder_handle.client
1414

1515

integration-tests/models/test_flash_starcoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def flash_starcoder_handle(launcher):
99

1010
@pytest.fixture(scope="module")
1111
async def flash_starcoder(flash_starcoder_handle):
12-
await flash_starcoder_handle.health(240)
12+
await flash_starcoder_handle.health(300)
1313
return flash_starcoder_handle.client
1414

1515

integration-tests/models/test_mt0_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def mt0_base_handle(launcher):
99

1010
@pytest.fixture(scope="module")
1111
async def mt0_base(mt0_base_handle):
12-
await mt0_base_handle.health(60)
12+
await mt0_base_handle.health(300)
1313
return mt0_base_handle.client
1414

1515

integration-tests/models/test_t5_sharded.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def t5_sharded_handle(launcher):
99

1010
@pytest.fixture(scope="module")
1111
async def t5_sharded(t5_sharded_handle):
12-
await t5_sharded_handle.health(240)
12+
await t5_sharded_handle.health(300)
1313
return t5_sharded_handle.client
1414

1515

0 commit comments

Comments
 (0)