fix: try fix test runs
[skip ci]
This commit is contained in:
parent
a0351798e0
commit
dab47d4690
3 changed files with 9 additions and 6 deletions
6
.github/workflows/tf-acc-test.yaml
vendored
6
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -16,11 +16,13 @@ on:
|
|||
type: boolean
|
||||
default: false
|
||||
required: true
|
||||
|
||||
test_timeout_string:
|
||||
description: "string that determines the timeout (default: 45m)"
|
||||
description: "string that determines the timeout (default: '120m')"
|
||||
type: string
|
||||
default: '90m'
|
||||
default: '120m'
|
||||
required: true
|
||||
|
||||
test_file:
|
||||
description: "string that determines the test file to run (default all tests)"
|
||||
type: choice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue