# Disable manual test execution time

The manual test execution time can be configured in aquaWeb.config. Here, you can insert the line

```csharp
<add key="EnableStopWatchForManualExecutions" value="false" />
```

which deactivates the manual execution time. All manual executions then are set to 0.
