Prop Scripttimeout
# ASP ScriptTimeout Property
* * Complete Server Object Reference Manual](#)
* * *
The ScriptTimeout property sets or returns the maximum number of seconds a script can run before being terminated.
## Syntax
Server.ScriptTimeout
| Parameter | Description |
| --- | --- |
| NumSeconds | The maximum number of seconds a script can run before being terminated. The default is 90 seconds. |
## Examples
### Example 1
Set the script timeout:
### Example 2
Retrieve the current value of the ScriptTimeout property:
* * Complete Server Object Reference Manual](#)
YouTip