This is an automated email from the ASF dual-hosted git repository.

kgiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new f494cd6  NO-JIRA: update GHA to use same timeouts as travis
f494cd6 is described below

commit f494cd679db14c4c3de3759929ad522006c96e41
Author: Kenneth Giusti <kgiu...@apache.org>
AuthorDate: Thu Jun 17 14:37:18 2021 -0400

    NO-JIRA: update GHA to use same timeouts as travis
    
    This closes #1266
---
 .github/workflows/build.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e72613e..3c00948 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -184,6 +184,7 @@ jobs:
       # TODO(DISPATCH-2078) re-enable system_tests_authz_service_plugin when 
the GHA failure is understood and fixed
       DispatchCTestExtraArgs: "-E 'system_tests_authz_service_plugin'"
       LD_LIBRARY_PATH: ${{github.workspace}}/install/lib
+      QPID_SYSTEM_TEST_TIMEOUT: 300
     steps:
 
       - name: Show environment (Linux)
@@ -219,7 +220,7 @@ jobs:
         working-directory: ${{env.DispatchBuildDir}}
         run: |
           ulimit -c unlimited
-          ctest -C ${BuildType} -V -T Test --no-compress-output -I 
${{matrix.shard}},,${{matrix.shards}} -j2 ${{env.DispatchCTestExtraArgs}}
+          ctest --timeout 1200 -C ${BuildType} -V -T Test --no-compress-output 
-I ${{matrix.shard}},,${{matrix.shards}} -j2 ${{env.DispatchCTestExtraArgs}}
 
       - name: Upload test results
         uses: actions/upload-artifact@v2
@@ -308,6 +309,7 @@ jobs:
       CCACHE_DIR: ${{github.workspace}}/.ccache
       CCACHE_COMPRESS: 'true'
       CCACHE_MAXSIZE: '400MB'
+      QPID_SYSTEM_TEST_TIMEOUT: 300
 
     steps:
 
@@ -418,7 +420,7 @@ jobs:
         working-directory: ${{env.DispatchBuildDir}}
         run: |
           ulimit -c unlimited
-          ctest -C ${BuildType} -V -T Test --output-on-failure 
--no-compress-output -I ${{matrix.shard}},,${{matrix.shards}} -j2 
${{env.DispatchCTestExtraArgs}}
+          ctest --timeout 1200 -C ${BuildType} -V -T Test --output-on-failure 
--no-compress-output -I ${{matrix.shard}},,${{matrix.shards}} -j2 
${{env.DispatchCTestExtraArgs}}
 
       - name: Upload test results
         uses: actions/upload-artifact@v2

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to