Skip to content

Commit c2367af

Browse files
authored
Increase cluster creation test timeout (#617)
## Changes Increase test timeout for cluster creation from 10m to 20m, as the time taken in GCP is close to 10 minutes. ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [ ] `make fmt` applied - [ ] relevant integration tests applied
1 parent bf33c14 commit c2367af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_clusters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_create_cluster(w, env_or_skip, random):
3535
spark_version=w.clusters.select_spark_version(long_term_support=True),
3636
instance_pool_id=env_or_skip('TEST_INSTANCE_POOL_ID'),
3737
autotermination_minutes=10,
38-
num_workers=1).result(timeout=timedelta(minutes=10))
38+
num_workers=1).result(timeout=timedelta(minutes=20))
3939
logging.info(f'Created: {info}')
4040

4141

0 commit comments

Comments
 (0)