Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
adjust timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Aug 11, 2023
1 parent 261740a commit 147360b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ parameters:
browserstack_lock_name:
type: string
default: browserstack_global
lock_timeout_seconds:
type: integer
default: 7200

references:
releasable_branch: &releasable_branch
Expand Down Expand Up @@ -124,18 +127,17 @@ jobs:
- dynamo-lock/setup:
branches: '.*'
- dynamo-lock/lock:
ttl: 7200
lock_name: << pipeline.parameters.browserstack_lock_name >>
ttl: << pipeline.parameters.lock_timeout_seconds >>
no_output_timeout: << pipeline.parameters.lock_timeout_seconds >>s
branches: '.*'
- run:
name: Run browserstack tests
command: npm run test:it:browserstack
- dynamo-lock/unlock-on-fail:
ttl: 7200
lock_name: << pipeline.parameters.browserstack_lock_name >>
branches: '.*'
- dynamo-lock/unlock:
ttl: 7200
lock_name: << pipeline.parameters.browserstack_lock_name >>
branches: '.*'
- store_test_results:
Expand Down

0 comments on commit 147360b

Please sign in to comment.