Merged in feature/testquery (pull request #39)
Test Query * depstextandclean * startedcleaningresult * resulttidyup * roundone * cleaning * unsyncedquery * startedtestsandsimplification * api * querytests * resultprocessortests * unittests * cleanup
This commit is contained in:
@@ -50,8 +50,8 @@ func createContainer(t *testing.T, ctx context.Context, cfg *containerConfig) (t
|
||||
}
|
||||
req.ExposedPorts = ports
|
||||
req.WaitingFor = wait.ForAll(
|
||||
wait.ForExposedPort(),
|
||||
wait.ForListeningPort(cfg.ExposedPorts[0]),
|
||||
// wait.ForExposedPort(),
|
||||
// wait.ForListeningPort(cfg.ExposedPorts[0]),
|
||||
wait.ForLog(cfg.WaitForMsg),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user