animations: testpattern: extend update time to 10 seconds
This commit is contained in:
parent
8662eb0db7
commit
577a17e4e4
@ -105,7 +105,7 @@ pub struct TestPattern<T: Surface> {
|
||||
|
||||
impl<T: Surface> TestPattern<T> {
|
||||
pub fn new(surface: T) -> Self {
|
||||
TestPattern { surface, updater: Periodically::new_every_n_seconds(3), pattern: Pattern::Red }
|
||||
TestPattern { surface, updater: Periodically::new_every_n_seconds(10), pattern: Pattern::Red }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user