We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e3611 commit a8516f6Copy full SHA for a8516f6
1 file changed
cmd/test.go
@@ -154,9 +154,9 @@ func (c *testComamnd) Execute() {
154
//fmt.Printf("Retrieve TestResult ID: %s", testResultID)
155
156
// Finally - wait for some time
157
- // Add 2000ms to wait time as it's now representing the server timeout.
+ // Add 5000ms to wait time as it's now representing the server timeout.
158
now := nowInMilliseconds()
159
- future := now + waitForMilliseconds + 2000
+ future := now + waitForMilliseconds + 5000
160
161
var success = false
162
for nowInMilliseconds() < future {
0 commit comments