Skip to content

Commit

Permalink
Update wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
sonsoleslp committed Oct 18, 2019
1 parent dbb6de2 commit fc591fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ class OrionConnectorTest extends BaseTest{

@Test def orionSource() : Unit = {
run(() =>FlinkJobTest.main(Array()))
Thread.sleep(Utils.SleepTime)
Thread.sleep(Utils.SleepTime*2)
for ( x <- 0 to 10){
val json = simulatedNotification.notification(10*x,x).toString
sendPostRequest(Utils.OtherUrl,json)
Thread.sleep(Utils.SleepTimeShort)
Thread.sleep(Utils.SleepTimeShort*2)
}
Thread.sleep(Utils.SleepTimeShort)
Assert.assertEquals(simulatedNotification.maxTempVal,100*1,0)
Expand Down

0 comments on commit fc591fe

Please sign in to comment.