diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-08-11 18:51:23 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-08-11 19:08:47 -0700 |
commit | a567a325609096307fa1a64fe43bcd5f89dac501 (patch) | |
tree | f91430a4188fa17f1b226211ae7d7faaba98658f | |
parent | 1143a80eb36c70395a346ac677b49c36030d2e86 (diff) | |
download | ci-a567a325609096307fa1a64fe43bcd5f89dac501.tar.gz ci-a567a325609096307fa1a64fe43bcd5f89dac501.zip |
Adds timeout for ci_pipeline job.
-rw-r--r-- | worker/jobs/ci_pipeline.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worker/jobs/ci_pipeline.conf b/worker/jobs/ci_pipeline.conf new file mode 100644 index 0000000..27d9880 --- /dev/null +++ b/worker/jobs/ci_pipeline.conf @@ -0,0 +1 @@ +TIMEOUT=400 |