|
|
@@ -11,6 +11,8 @@ import lombok.extern.slf4j.Slf4j; |
|
|
|
import org.cobbzilla.wizard.server.RestServer; |
|
|
|
import org.junit.Test; |
|
|
|
|
|
|
|
import java.net.URL; |
|
|
|
|
|
|
|
import static java.util.concurrent.TimeUnit.DAYS; |
|
|
|
import static org.cobbzilla.util.string.StringUtil.safeParseInt; |
|
|
|
import static org.cobbzilla.util.system.Sleep.sleep; |
|
|
@@ -35,7 +37,8 @@ public class NewBlankDevServerTest extends BubbleModelTestBase { |
|
|
|
} |
|
|
|
|
|
|
|
@Test public void runBlankServer () throws Exception { |
|
|
|
log.info("runBlankServer: Bubble API server started and model initialized. You may now begin testing."); |
|
|
|
log.info("runBlankServer: Bubble API server started and model initialized. You may now begin testing on port: " |
|
|
|
+ new URL(this.getApi().getBaseUri()).getPort()); |
|
|
|
sleep(DAYS.toMillis(30), "running dev server"); |
|
|
|
} |
|
|
|
|
|
|
|