Give a longer timeout for test
Original commit: elastic/x-pack-elasticsearch@461d7eee8f
This commit is contained in:
parent
3c9749b2b8
commit
e7ae3fa1f5
|
@ -70,7 +70,7 @@ public class LocalExporterTemplateTests extends AbstractExporterTemplateTestCase
|
|||
}
|
||||
}
|
||||
assertTrue("failed to find a pipeline matching [" + name + "]", found);
|
||||
}, 30, TimeUnit.SECONDS);
|
||||
}, 60, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue