From c10aeb9bb7f16848d840b7f16bbb5c61ca2b4384 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Mon, 12 Sep 2022 09:53:05 +0000 Subject: [PATCH] adjust debug timeout --- --- a/.github/workflows/market-test_v2.yml +++ b/.github/workflows/market-test_v2.yml @@ -127,7 +127,7 @@ - name: Timeout for debug if: failure() - run: sleep 900s + run: sleep 300s - name: Import test data working-directory: qa-tests @@ -170,7 +170,7 @@ - name: Timeout for debug if: failure() - run: sleep 900s + run: sleep 300s - name: Stop running containers if: always() # run this step always -- gitstuff