Skip to content

Commit

Permalink
Setup pipeline timeout to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
gdesmar committed Sep 18, 2024
1 parent a0933da commit 298e264
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/.cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "[email protected]:CybercentreCanada/assemblyline-service-pipeline-generator.git",
"commit": "3f3f922ec39c7b953a1c22d29828cb3231d7d47a",
"commit": "eb41868283c10b1a31746ebfd29b2c0e32c26025",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -9,6 +9,7 @@
"is_public": true,
"test_in_container": false,
"test_versions": "default",
"timeout": "30",
"__setupscript": "setup.bash",
"_extensions": [
"local_extensions.extract_versions"
Expand Down
2 changes: 2 additions & 0 deletions pipelines/azure-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ extends:
samples_repo: unittest-samples
labels:
classification: "UNCLASSIFIED"
timeout: "30"

1 change: 1 addition & 0 deletions pipelines/azure-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ extends:
parameters:
samples_repo: unittest-samples
test_container: "false"
timeout: "30"

0 comments on commit 298e264

Please sign in to comment.