Skip to content

Commit

Permalink
increase sleep duration + show logs in CI (#4756)
Browse files Browse the repository at this point in the history
  • Loading branch information
subodh1810 committed Jul 15, 2021
1 parent 8871777 commit 005c89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: ./tools/bin/acceptance_test.sh

- name: Automatic Migration Acceptance Test
run: MIGRATION_TEST_VERSION=$(grep VERSION .env | tr -d "VERSION=") ./gradlew :airbyte-tests:automaticMigrationAcceptanceTest --scan
run: MIGRATION_TEST_VERSION=$(grep VERSION .env | tr -d "VERSION=") ./gradlew :airbyte-tests:automaticMigrationAcceptanceTest --scan -i

- name: Slack Notification - Failure
if: failure() && github.ref == 'refs/heads/master'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private void firstRun()

customDockerComposeContainer.start();

Thread.sleep(20000);
Thread.sleep(50000);

assertTrue(logsToExpect.isEmpty());
ApiClient apiClient = getApiClient();
Expand Down

0 comments on commit 005c89f

Please sign in to comment.