mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
restore 5 min countdown from testing 10sec
This commit is contained in:
parent
990ff19cea
commit
b7f7a26bc7
1 changed files with 2 additions and 2 deletions
|
|
@ -289,8 +289,8 @@ class CountdownThread(QtCore.QThread):
|
|||
super(CountdownThread, self).__init__()
|
||||
self.runs = True
|
||||
self.over_line = False
|
||||
self.count_length = 5#60*5 # 5 minutes
|
||||
self.border_line = 2#31
|
||||
self.count_length = 60*5 # 5 minutes
|
||||
self.border_line = 31
|
||||
self.reset_count()
|
||||
self.signal_reset_timer.connect(self.reset_count)
|
||||
self.signal_continue_timer.connect(self.continue_timer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue