diff options
author | Alexander Korotkov | 2024-02-16 21:58:44 +0000 |
---|---|---|
committer | Alexander Korotkov | 2024-02-16 21:59:27 +0000 |
commit | a6c21887a9f0251fa2331ea3ad0dd20b31c4d11d (patch) | |
tree | 30090a63109f5365e357d28ec9a85a992a3122e5 /src | |
parent | 3b42bdb47169c617cb79123c407a19d16458b49a (diff) |
Remove remaining references to timeouts-long
Reported-by: Alexander Lakhin
Diffstat (limited to 'src')
-rw-r--r-- | src/test/isolation/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/isolation/Makefile b/src/test/isolation/Makefile index 91307e1a7e8..ade2256ed3a 100644 --- a/src/test/isolation/Makefile +++ b/src/test/isolation/Makefile @@ -72,6 +72,3 @@ installcheck-prepared-txns: all temp-install check-prepared-txns: all temp-install $(pg_isolation_regress_check) --schedule=$(srcdir)/isolation_schedule prepared-transactions prepared-transactions-cic - -check-timeouts: all temp-install - $(pg_isolation_regress_check) timeouts timeouts-long |