Description
Improve the default timeout used by the http-request-action, since it's occasionally causing a timeout error: https://github.com/elimu-ai/content-provider/actions/runs/14854074275/job/41703349160#step:4:12
Run fjogeleit/http-request-action@v1
Error: {"error":"no response received","message":"timeout of 5000ms exceeded"}
Increase from 5,000 ms to 60,000 ms.
Why?
To avoid timeout during workflow runs.
elimu.ai's mission is to build innovative learning software that empowers out-of-school children to teach themselves basic reading📖, writing✍🏽 and math🔢 within 6 months.
Description
Improve the default timeout used by the
http-request-action, since it's occasionally causing a timeout error: https://github.com/elimu-ai/content-provider/actions/runs/14854074275/job/41703349160#step:4:12Increase from 5,000 ms to 60,000 ms.
Why?
To avoid timeout during workflow runs.