Commit fe6fc6f5 authored by Noel Alonso's avatar Noel Alonso
Browse files

Aumenta el número de intentos

parent 2f7a5ed1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ variables:
        -o sql/user_database_data_test.sql \
        "https://gitlab.com/api/v4/snippets/${USER_DATABASE_DATA_TEST_SNIPPET_ID}/raw";
    - >
      RETRIES=5;
      RETRIES=10;
      until docker exec postgres psql -h localhost \
          -d redmic \
          -U ${SPRING_DATASOURCE_USERNAME} \