Skip to content

Commit c155ac8

Browse files
committed
Screenshot workflows: run for 10 seconds
1 parent 2493fb1 commit c155ac8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/themes-screenshot-on-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
sed -i "/REVISION:/c\ REVISION: SIMU" config.yaml
4747
fi
4848

49-
# Run system-monitor for 5 seconds
49+
# Run system-monitor for 10 seconds
5050
python3 main.py > output.log 2>&1 &
51-
sleep 5
51+
sleep 10
5252
killall -9 python3
5353

5454
# Rename screen capture

.github/workflows/themes-screenshot-on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
sed -i "/REVISION:/c\ REVISION: SIMU" config.yaml
6161
fi
6262

63-
# Run system-monitor for 5 seconds
63+
# Run system-monitor for 10 seconds
6464
python3 main.py > output.log 2>&1 &
65-
sleep 5
65+
sleep 10
6666
killall -9 python3
6767

6868
# Copy screen capture on theme folder

0 commit comments

Comments
 (0)