...
If you wish to override the default of 60 seconds, you can update your manifest.json
to look like this
Code Block | ||
---|---|---|
| ||
// my-gumband-project/gumband-manifest.jsonjs export const MANIFEST = { "manifest": { "statuses": [...], "controls": [...], "settings": [...], "metrics": [ { "interactionTimeoutMs": 15000 // a 15 second timeout } ] } } |