Sometimes the integration tests stalls if the docker env doesn't startup properly
We can solve this two ways
1). fail fast so rather than stalling notice that the env didn't start up correctly and just fail
2). restart the test if the env didn't startup properly
we could do 1 first and then do 2
Sometimes the integration tests stalls if the docker env doesn't startup properly
We can solve this two ways
1). fail fast so rather than stalling notice that the env didn't start up correctly and just fail
2). restart the test if the env didn't startup properly
we could do 1 first and then do 2