Skip to content

Commit

Permalink
#0: Test increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-aho committed Aug 18, 2024
1 parent d079bd3 commit 7771ac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
timeout:
required: false
type: number
default: 15
default: 30
workflow_dispatch:
inputs:
arch:
Expand All @@ -33,7 +33,7 @@ on:
timeout:
required: false
type: number
default: 15
default: 30
jobs:
unit-tests-slow-dispatch:
name: ${{ inputs.arch }} ${{ inputs.runner-label }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cpp-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
timeout:
required: false
type: number
default: 45
default: 60
workflow_dispatch:
inputs:
arch:
Expand All @@ -33,7 +33,7 @@ on:
timeout:
required: false
type: number
default: 45
default: 60

jobs:
models:
Expand Down

0 comments on commit 7771ac3

Please sign in to comment.