From 2e75ac1c8e1fe06f3cc0e38a2531d5d42a63e938 Mon Sep 17 00:00:00 2001 From: Matheus Sousa <132166437+Matheuzinh0@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:40:31 -0300 Subject: [PATCH] Update statistical_tests.yml --- .github/workflows/statistical_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/statistical_tests.yml b/.github/workflows/statistical_tests.yml index f5a30f4..f532582 100644 --- a/.github/workflows/statistical_tests.yml +++ b/.github/workflows/statistical_tests.yml @@ -1,4 +1,4 @@ -name: Executar testes +name: Executar Geradores on: push: @@ -11,6 +11,7 @@ on: jobs: run: runs-on: ubuntu-latest + timeout-minutes: 0.3 # Define um tempo limite de 10 minutos para o job steps: - name: Verificar código