Skip to content

Commit

Permalink
chore: increase integration tests timeout (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagotnunes committed Sep 23, 2021
1 parent ac835ca commit 03a82fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google-cloud-spanner/pom.xml
Expand Up @@ -74,7 +74,7 @@
<spanner.gce.config.project_id>gcloud-devel</spanner.gce.config.project_id>
<spanner.testenv.kms_key.name>projects/gcloud-devel/locations/us-central1/keyRings/spanner-test-keyring/cryptoKeys/spanner-test-key</spanner.testenv.kms_key.name>
</systemPropertyVariables>
<forkedProcessTimeoutInSeconds>3000</forkedProcessTimeoutInSeconds>
<forkedProcessTimeoutInSeconds>6000</forkedProcessTimeoutInSeconds>
</configuration>
<executions>
<!-- Executes serial integration tests -->
Expand Down Expand Up @@ -422,7 +422,7 @@
<spanner.attempt_directpath>true</spanner.attempt_directpath>
<spanner.directpath_test_scenario>ipv4</spanner.directpath_test_scenario>
</systemPropertyVariables>
<forkedProcessTimeoutInSeconds>3000</forkedProcessTimeoutInSeconds>
<forkedProcessTimeoutInSeconds>6000</forkedProcessTimeoutInSeconds>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 03a82fd

Please sign in to comment.