Skip to content

Commit 029a5f4

Browse files
subodh1810gl-pix
authored andcommitted
increase sleep duration + show logs in CI (#4756)
1 parent da173b1 commit 029a5f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: ./tools/bin/acceptance_test.sh
123123

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

127127
- name: Slack Notification - Failure
128128
if: failure() && github.ref == 'refs/heads/master'

airbyte-tests/src/automaticMigrationAcceptanceTest/java/io/airbyte/test/automaticMigrationAcceptance/MigrationAcceptanceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private void firstRun()
126126

127127
customDockerComposeContainer.start();
128128

129-
Thread.sleep(20000);
129+
Thread.sleep(50000);
130130

131131
assertTrue(logsToExpect.isEmpty());
132132
ApiClient apiClient = getApiClient();

0 commit comments

Comments
 (0)