You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@liminal.apache.org by av...@apache.org on 2021/10/25 13:37:29 UTC

[incubator-liminal] branch master updated: fix the ut timeout on spark image build

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

aviemzur pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git


The following commit(s) were added to refs/heads/master by this push:
     new 12cc2ca  fix the ut timeout on spark image build
12cc2ca is described below

commit 12cc2ca116d5964b27c35e276967ac223f87bebb
Author: assapin <47...@users.noreply.github.com>
AuthorDate: Mon Oct 25 16:37:24 2021 +0300

    fix the ut timeout on spark image build
---
 .github/workflows/unittest.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index f6f9e1b..2a5943f 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -5,7 +5,7 @@ on: [push]
 jobs:
   unittest:
     runs-on: ubuntu-latest
-    timeout-minutes: 5
+    timeout-minutes: 10
     steps:
     - name: Checkout
       uses: actions/checkout@v1
@@ -24,4 +24,4 @@ jobs:
         python -m pip install --upgrade pip
         pip install -r requirements.txt
     - name: Run unittest
-      run: ./run_tests.sh
\ No newline at end of file
+      run: ./run_tests.sh