Skip to content

Commit 7bff8bc

Browse files
authored
acc: Raise timeout for cloud tests (#2806)
## Changes Raise timeout for acceptance tests from 2m to 25m. Follow up to #2793 ## Why I forgot that we don't run the slowest tests on PR, they only run on push.
1 parent db89fde commit 7bff8bc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

acceptance/test.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ Cloud = false
55
# default timeouts
66
Timeout = '20s'
77
TimeoutWindows = '60s'
8-
TimeoutCloud = '120s'
8+
9+
# Slowest test I saw:
10+
# github.com/databricks/cli/acceptance TestAccept/bundle/integration_whl/interactive_single_user 18m8.69s
11+
# http://go/deco/tests/14775362030/job/41482560953
12+
TimeoutCloud = '25m'
913

1014
Env.PYTHONDONTWRITEBYTECODE = "1"
1115
EnvRepl.PYTHONDONTWRITEBYTECODE = false

0 commit comments

Comments
 (0)