You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/TwoFactorAuthTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ public function testEnsureAllTimeProvidersReturnCorrectTime()
60
60
new \RobThree\Auth\Providers\Time\NTPTimeProvider(), // Uses pool.ntp.org by default
61
61
//new \RobThree\Auth\Providers\Time\NTPTimeProvider('time.google.com'), // Somehow time.google.com and time.windows.com make travis timeout??
62
62
new \RobThree\Auth\Providers\Time\HttpTimeProvider(), // Uses google.com by default
63
-
new \RobThree\Auth\Providers\Time\HttpTimeProvider('https://github.com'),
63
+
//new \RobThree\Auth\Providers\Time\HttpTimeProvider('https://github.com'), // github.com will periodically report times that are off by more than 5 sec
64
64
new \RobThree\Auth\Providers\Time\HttpTimeProvider('https://yahoo.com'),
0 commit comments