mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Fix tests
This commit is contained in:
parent
5825327c27
commit
eee0bfe023
@ -324,6 +324,7 @@ export async function _actuallySend(
|
||||
setOpt(Curl.option.TIMEOUT_MS, settings.timeout);
|
||||
} else {
|
||||
addTimelineText(`Disable timeout`);
|
||||
setOpt(Curl.option.TIMEOUT_MS, 0);
|
||||
}
|
||||
|
||||
// log some things
|
||||
|
Loading…
Reference in New Issue
Block a user