You can raise the timeout setting slightly but this only delays the problem and may still fail
var getData = https.get({ url: dataUrl, timeout: 10000 // 10 seconds or longer });