mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +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);
|
setOpt(Curl.option.TIMEOUT_MS, settings.timeout);
|
||||||
} else {
|
} else {
|
||||||
addTimelineText(`Disable timeout`);
|
addTimelineText(`Disable timeout`);
|
||||||
|
setOpt(Curl.option.TIMEOUT_MS, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// log some things
|
// log some things
|
||||||
|
Loading…
Reference in New Issue
Block a user