Skip to content

Commit

Permalink
Add explanatory comment (#113)
Browse files Browse the repository at this point in the history
Explains why we use a sleep statement in DialogTests.
  • Loading branch information
Glenn R. Fisher committed Dec 21, 2015
1 parent d15b5d5 commit ccc9c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WatsonDeveloperCloud/Dialog/Tests/DialogTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class DialogTests: XCTestCase {
// create the Dialog application
createDialogApp()

// ensure Dialog application is created before sending queries
sleep(3)

// verify the content of the initial response node
Expand Down

0 comments on commit ccc9c41

Please sign in to comment.