markusthoemmes commented on a change in pull request #2738: increase the poll 
period for rule tests to survice slower indexing ti?
URL: 
https://github.com/apache/incubator-openwhisk/pull/2738#discussion_r138548340
 
 

 ##########
 File path: tests/src/test/scala/system/basic/WskRuleTests.scala
 ##########
 @@ -27,6 +27,8 @@ import common.WskTestHelpers
 import spray.json._
 import spray.json.DefaultJsonProtocol._
 import java.time.Instant
+import scala.concurrent.duration.DurationInt
+import scala.language.postfixOps
 
 Review comment:
   Please drop `postfixOps` and use standard notation of `60.seconds`. You'll 
get super weird compile errors when using `postfixOps`.
   
   To import duration, just do `import scala.concurrent.duration._`
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to