Skip to content

Commit c18e43f

Browse files
committed
debugging
1 parent 2e4d421 commit c18e43f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/test-linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
--offline \
4545
--show-diff \
4646
--show-slow 1000 \
47-
--set-timeout 120
47+
--set-timeout 120 ext/session
4848
- uses: actions/upload-artifact@v3
4949
if: always() && inputs.testArtifacts != null
5050
with:

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ function main(): void
586586
$lsanSuppressions = __DIR__ . '/.github/lsan-suppressions.txt';
587587
if (file_exists($lsanSuppressions)) {
588588
$environment['LSAN_OPTIONS'] = 'suppressions=' . $lsanSuppressions
589-
. ':print_suppressions=0';
589+
. ':print_suppressions=0:use_tls=0';
590590
}
591591
break;
592592
case '--repeat':

0 commit comments

Comments
 (0)