Skip to content

Commit 6bfd589

Browse files
committed
Fix test
1 parent e6a4e10 commit 6bfd589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
php-versions: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
28+
php-versions: [ '7.0', '7.2', '7.4', '8.0', '8.2' ]
2929
steps:
3030
- uses: actions/checkout@v3
3131
name: Checkout

tests/RefreshTokenTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function test(){
8282
$counter
8383
);
8484

85-
usleep(1.5e6);
85+
usleep(2e6);
8686
$session->query('select 1 as res');
8787
self::assertEquals(
8888
2,

0 commit comments

Comments
 (0)