Skip to content

Commit

Permalink
Improve tests reliability (#3531)
Browse files Browse the repository at this point in the history
* Improve test reliability, added wait

* Add wait to flickering test
  • Loading branch information
HarelM authored Jan 2, 2024
1 parent a3f3111 commit 39003c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"metadata": {
"test": {
"height": 256,
"operations": [["idle"]]
"operations": [["idle"], ["wait", 100]]
}
},
"center": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"metadata": {
"test": {
"height": 256,
"operations": [["idle"]]
"operations": [["idle"], ["wait", 100]]
}
},
"center": [
Expand Down

0 comments on commit 39003c9

Please sign in to comment.