Increase download timeout

This commit is contained in:
Ben Goldsworthy 2022-12-03 12:20:49 -06:00
parent 644b75fdb4
commit fb707a1d6e

View file

@ -143,7 +143,7 @@ class TrackerController extends Controller
$client = new Client([
'base_uri' => 'https://app.wayward.travel/',
'timeout' => 3.0
'timeout' => 10.0
]);
$response = $client->get('trip/'.($tripId ?? config('app.current_trip_id')).'/user/zmld8ko6qy7d9j3xvq10/json');