Skip to content

Commit

Permalink
Sarthak: Increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
msarthak32 committed Nov 12, 2017
1 parent 39857c5 commit 83ad231
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class SpecialFeaturesIntegrationTest : FunSpec() {
anonymize("GENRE").using(FixedString("Action"))
}.execute(progressBarEnabled = false)

await().timeout(2, TimeUnit.SECONDS).until { destTable.findAll()[0]["TITLE"].toString().equals("MY VALUE") }
await().timeout(4, TimeUnit.SECONDS).until { destTable.findAll()[0]["TITLE"].toString().equals("MY VALUE") }
val records = destTable.findAll()

assertEquals(1, records.size)
Expand Down

0 comments on commit 83ad231

Please sign in to comment.