From b339a9ee9781f71ec1e7c84e30b2772bfc65cdc1 Mon Sep 17 00:00:00 2001 From: Vytor Calixto <vytorcalixto@gmail.com> Date: Mon, 24 Apr 2017 10:12:33 -0300 Subject: [PATCH] Diminui tamanho dos tabuleiros para testes --- tests/runTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runTests.sh b/tests/runTests.sh index ce63305..e419dd7 100755 --- a/tests/runTests.sh +++ b/tests/runTests.sh @@ -4,7 +4,7 @@ tempo_max=500 # tamanhos do tabuleiro -tams=(8 16 32 64 128 512 1024 2048 4096) +tams=(8 16 32 64 128 512 1024) # lista de cores cores=(4 8 16 32 64) -- GitLab