Fix tests

This commit is contained in:
Gregory Schier 2018-12-14 13:34:48 -05:00
parent 5825327c27
commit eee0bfe023

View File

@ -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