Skip to content

Commit e009e86

Browse files
committed
even smaller timeout; failed to throw an error in GitHub once
1 parent 8bd236b commit e009e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tazureChat.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function doGenerate(testCase)
4949
end
5050

5151
function verySmallTimeOutErrors(testCase)
52-
chat = azureChat(getenv("AZURE_OPENAI_ENDPOINT"), getenv("AZURE_OPENAI_DEPLOYMENT"), TimeOut=0.0001, ApiKey="false-key");
52+
chat = azureChat(getenv("AZURE_OPENAI_ENDPOINT"), getenv("AZURE_OPENAI_DEPLOYMENT"), TimeOut=1e-10, ApiKey="false-key");
5353
testCase.verifyError(@()generate(chat, "hi"), "MATLAB:webservices:Timeout")
5454
end
5555

0 commit comments

Comments
 (0)