Skip to content

Commit

Permalink
Added a delay as a preventative from a race condition. Basically, we …
Browse files Browse the repository at this point in the history
…want to make sure the dialog app is created before using it. #113
  • Loading branch information
vherrin committed Dec 21, 2015
1 parent 0b266c6 commit d15b5d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WatsonDeveloperCloud/Dialog/Tests/DialogTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ class DialogTests: XCTestCase {
// create the Dialog application
createDialogApp()

sleep(3)

// verify the content of the initial response node
verifyInitialNode(initialResponse)

Expand Down

0 comments on commit d15b5d5

Please sign in to comment.