From 2fa432c6b1deddb4801137789e7db5aec2f953e2 Mon Sep 17 00:00:00 2001
From: Kshitij Aranke <kshitij.aranke@dbtlabs.com>
Date: Mon, 20 May 2024 17:14:36 +0100
Subject: [PATCH] Update main.yml

---
 .github/workflows/main.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 917ecf17a6f..636442d5d76 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -68,8 +68,12 @@ jobs:
           python -m pip --version
           tox --version
 
-      - name: Run tox
-        run: tox
+      - name: Run integration tests
+        uses: nick-fields/retry@v3
+        with:
+          timeout_minutes: 30
+          max_attempts: 3
+          command: tox
 
   unit:
     name: unit test / python ${{ matrix.python-version }}