File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ public function a_signed_request_is_valid_if_the_signature_matches_the_signature
194
194
*/
195
195
public function is_expired_returns_true_if_no_timestamp_is_provided_on_the_request ()
196
196
{
197
- $ tolerance = 1000 ;
197
+ $ tolerance = 10 ;
198
198
199
199
$ id = "363c60de-9024-4915-99a9-88d63167665e " ;
200
200
@@ -208,7 +208,7 @@ public function is_expired_returns_true_if_no_timestamp_is_provided_on_the_reque
208
208
*/
209
209
public function is_expired_returns_false_if_the_timestamp_is_within_the_tolerance_window ()
210
210
{
211
- $ tolerance = 1000 ;
211
+ $ tolerance = 100 ;
212
212
213
213
$ id = "363c60de-9024-4915-99a9-88d63167665e " ;
214
214
@@ -240,7 +240,7 @@ public function is_expired_returns_true_if_the_timestamp_is_outside_the_toleranc
240
240
*/
241
241
public function is_expired_returns_false_if_the_timestamp_is_in_the_future_but_within_the_tolerance ()
242
242
{
243
- $ tolerance = 1000 ;
243
+ $ tolerance = 10000 ;
244
244
245
245
$ id = "363c60de-9024-4915-99a9-88d63167665e " ;
246
246
@@ -256,7 +256,7 @@ public function is_expired_returns_false_if_the_timestamp_is_in_the_future_but_w
256
256
*/
257
257
public function is_expired_returns_if_the_timestamp_is_in_the_future_outside_of_the_tolerance ()
258
258
{
259
- $ tolerance = 1000 ;
259
+ $ tolerance = 100000 ;
260
260
261
261
$ id = "363c60de-9024-4915-99a9-88d63167665e " ;
262
262
You can’t perform that action at this time.
0 commit comments