Skip to content

Commit ef271a4

Browse files
committed
increase the sleep time
1 parent a606918 commit ef271a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/IntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ public function testExportUsers()
15141514
$this->assertStringContainsString("/exports/users/", $response["result"]["url"]);
15151515
return;
15161516
}
1517-
usleep(300000);
1517+
usleep(500000);
15181518
}
15191519
$this->assertSame($response["status"], "completed");
15201520
}

0 commit comments

Comments
 (0)