Skip to content

Commit a8516f6

Browse files
committed
#20 Adapt client-side timeout
1 parent 82e3611 commit a8516f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ func (c *testComamnd) Execute() {
154154
//fmt.Printf("Retrieve TestResult ID: %s", testResultID)
155155

156156
// Finally - wait for some time
157-
// Add 2000ms to wait time as it's now representing the server timeout.
157+
// Add 5000ms to wait time as it's now representing the server timeout.
158158
now := nowInMilliseconds()
159-
future := now + waitForMilliseconds + 2000
159+
future := now + waitForMilliseconds + 5000
160160

161161
var success = false
162162
for nowInMilliseconds() < future {

0 commit comments

Comments
 (0)