From b427355b6e4c8ede99de56211622ba8a1f0114cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alvaro=20Cabrera=20Dur=C3=A1n?= <pateketrueke@gmail.com>
Date: Wed, 9 Oct 2019 23:28:00 -0500
Subject: [PATCH] Increate timeout for async test

---
 tests/schema/core/refs/sync.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/schema/core/refs/sync.json b/tests/schema/core/refs/sync.json
index 156f1237..11485ecb 100644
--- a/tests/schema/core/refs/sync.json
+++ b/tests/schema/core/refs/sync.json
@@ -1,6 +1,8 @@
 [
   {
     "description": "should work on async mode (by default)",
+    "timeout": 30000,
+    "online": true,
     "tests": [
       {
         "description": "should resolve all references",
-- 
GitLab