diff --git a/src/Context/Context.php b/src/Context/Context.php index 19164caa5..f6c110f1d 100644 --- a/src/Context/Context.php +++ b/src/Context/Context.php @@ -29,7 +29,7 @@ public static function fake(): self { return new self( 'fake-aws-request-id', - time() + 1000 * 60 * 5, // 5 minutes from now (in milliseconds) + (time() + (60 * 5)) * 1000, // 5 minutes from now (in milliseconds) 'fake-invoked-function-arn', 'fake-trace-id' );