oauth: Remove timeout from t/002_client when not needed
The connect_timeout=1 setting for the --hang-forever test was left in place and used by later tests, causing unexpected timeouts on slower buildfarm animals. Remove it when no longer needed. Per buildfarm member skink, reported by Andres on Discord. Author: Jacob Champion <jacob.champion@enterprisedb.com> Reported-by: Andres Freund <andres@anarazel.de>
This commit is contained in:
parent
8ae0a37932
commit
46c4c7cbc6
@ -122,6 +122,9 @@ test(
|
||||
flags => ["--hang-forever"],
|
||||
expected_stderr => qr/failed: timeout expired/);
|
||||
|
||||
# Remove the timeout for later tests.
|
||||
$common_connstr = "$base_connstr oauth_issuer=$issuer oauth_client_id=myID";
|
||||
|
||||
# Test various misbehaviors of the client hook.
|
||||
my @cases = (
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user