Yair Nitzan
Results
1
comments of
Yair Nitzan
I used the following: `const req = (route, query, variables, timeout) => new Promise((resolve, reject) => { const to = setTimeout(() => { reject({ data: {}, status: 408, error: 'Timeout'...