Slow the debounce time.

This commit is contained in:
Michael Lange
2020-06-18 13:19:25 -07:00
parent 469b107a64
commit 0b0be1b63b

View File

@@ -11,7 +11,7 @@ import { lazyClick } from '../helpers/lazy-click';
@classNames('task-group-row', 'is-interactive')
export default class TaskGroupRow extends Component {
taskGroup = null;
debounce = 300;
debounce = 500;
@oneWay('taskGroup.count') count;
@alias('taskGroup.job.runningDeployment') runningDeployment;