diff --git a/.appveyor.yml b/.appveyor.yml index 038895964..920dbb2a1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -107,7 +107,7 @@ build_script: test_script: - cmd: python -m ci_core_dumper install - - cmd: python .ci/cue.py test + - cmd: python .ci/cue.py -T 20M test on_finish: - ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } diff --git a/.ci b/.ci index 3db08b597..246428427 160000 --- a/.ci +++ b/.ci @@ -1 +1 @@ -Subproject commit 3db08b5977efd7a3ac8eecfa068b5bfdfdf84dd0 +Subproject commit 2464284271581a66cb92b704bd9b7c4039282b99 diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 0afcc3b11..f9d52e54b 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -163,7 +163,7 @@ jobs: - name: Build main module run: python .ci/cue.py build - name: Run main module tests - run: python .ci/cue.py test + run: python .ci/cue.py -T 20M test - name: Upload tapfiles Artifact if: ${{ always() }} uses: actions/upload-artifact@v2