Skip to content

Commit

Permalink
five min timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Mar 10, 2022
1 parent 74da9d1 commit a4e7f9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
29 changes: 2 additions & 27 deletions .github/workflows/__with-checkout-path.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-checks/checks/with-checkout-path.yml
Expand Up @@ -29,7 +29,7 @@ steps:
$CODEQL_RUNNER x/y/z/some-path/tests/multi-language-repo/build.sh &
PID=$!
sleep 60
sleep 300
ps -ef
Expand Down
10 changes: 1 addition & 9 deletions pr-checks/sync.py
Expand Up @@ -2,20 +2,12 @@
import os

defaultTestVersions = [
# The oldest supported CodeQL version: 2.4.5. If bumping, update `CODEQL_MINIMUM_VERSION` in `codeql.ts`
"stable-20210308",
# The last CodeQL release in the 2.4 series: 2.4.6.
"stable-20210319",
# The last CodeQL release in the 2.5 series: 2.5.9.
"stable-20210809",
# The version of CodeQL currently in the toolcache. Typically either the latest release or the one before.
"cached",
# The latest release of CodeQL.
"latest",
# A nightly build directly from the our private repo, built in the last 24 hours.
"nightly-latest"
]
defaultOperatingSystems = ["ubuntu-latest", "macos-latest", "windows-2019"]
defaultOperatingSystems = ["macos-latest"]
header = """# Warning: This file is generated automatically, and should not be modified.
# Instead, please modify the template in the pr-checks directory and run:
# pip install ruamel.yaml && python3 sync.py
Expand Down

0 comments on commit a4e7f9e

Please sign in to comment.