# Timeout warning in a http request

**URL:** https://community.make.com/t/timeout-warning-in-a-http-request/30865
**Category:** Beginner Questions
**Tags:** http
**Created:** [March 18, 2024, 5:31pm UTC](https://community.make.com/t/timeout-warning-in-a-http-request/30865 "2024-03-18T17:31:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Bastien35](https://avatars.discourse-cdn.com/v4/letter/b/3be4f8/32.png) [@Bastien35](https://community.make.com/u/Bastien35)
#### Post date: [March 18, 2024, 5:31pm UTC](https://community.make.com/t/timeout-warning-in-a-http-request/30865/1 "2024-03-18T17:31:29Z")

</div>

Hello everyone,

I’m a beginner in using Make, and also in using API requests. I have a Make scenario that only contains one HTTP module (make an oauth 2.0 request) which triggers a Google Cloud Function. This function is a Python script that extracts data, and this extraction takes about thirty minutes.

I therefore have a warning that appears in Make because it exceeds the maximum timeout of 300 seconds. I actually use Make to schedule this trigger every day. Is there a simple solution to allow me to remove this 300 second warning? If my Python script, when executed, sends something back to Make, would that help? I saw that I could use a webhook, but there too I am completely new.\*\*

Thank you in advance for your feedback and your patience 🙃!

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [March 19, 2024, 1:15am UTC](https://community.make.com/t/timeout-warning-in-a-http-request/30865/2 "2024-03-19T01:15:56Z")

</div>

Welcome to the Make community!

No, you cannot increase the max timeout of the HTTP module to more than 30 seconds.

What your external script should do, is make a HTTP request to a Custom webhook trigger in another Make scenario to continue.

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [April 22, 2024, 7:36am UTC](https://community.make.com/t/timeout-warning-in-a-http-request/30865/3 "2024-04-22T07:36:14Z")

</div>


