Skip to content

Commit

Permalink
chore: Add timeout to e2e-tests.yml (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja authored Nov 29, 2024
1 parent ba340fd commit fcd7dc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ on:
required: false
type: boolean
default: true
httpRequestTimeout:
description: Timeout for every HTTP request to the Nobl9 API
required: false
type: string
default: 1m
secrets:
clientSecret:
description: Client secret to use for authentication
Expand Down Expand Up @@ -55,3 +60,4 @@ jobs:
NOBL9_SDK_OKTA_AUTH_SERVER: ${{ inputs.oktaAuthServer }}
NOBL9_SDK_NO_CONFIG_FILE: true
NOBL9_SDK_TEST_RUN_SEQUENTIAL_APPLY_AND_DELETE: ${{ inputs.sequentialApplyAndDelete }}
NOBL9_SDK_TIMEOUT: ${{ inputs.httpRequestTimeout }}

0 comments on commit fcd7dc5

Please sign in to comment.