Give a longer timeout for test

Original commit: elastic/x-pack-elasticsearch@461d7eee8f
This commit is contained in:
Chris Earle 2016-08-12 17:18:44 -04:00
parent 3c9749b2b8
commit e7ae3fa1f5
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class LocalExporterTemplateTests extends AbstractExporterTemplateTestCase
} }
} }
assertTrue("failed to find a pipeline matching [" + name + "]", found); assertTrue("failed to find a pipeline matching [" + name + "]", found);
}, 30, TimeUnit.SECONDS); }, 60, TimeUnit.SECONDS);
} }
@Override @Override