Skip to content

Commit e620cef

Browse files
update GPT capacity in CI workflow and extend sleep duration in test automation
1 parent c753399 commit e620cef

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ on:
55
- main # Adjust this to the branch you want to trigger the deployment on
66
- dev
77
- demo
8-
- deploy-using-ubuntu
98
schedule:
109
- cron: "0 10,22 * * *" # Runs at 10:00 AM and 10:00 PM GMT
1110

1211
env:
13-
GPT_CAPACITY: 300
12+
GPT_CAPACITY: 250
1413
TEXT_EMBEDDING_CAPACITY: 200
1514

1615
jobs:

.github/workflows/test-automation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
echo "Opening URL: ${{ env.url }}"
4242
python -m webbrowser "${{ env.url }}"
4343
44-
- name: Sleep for 20 seconds
45-
run: sleep 20s
44+
- name: Sleep for 30 seconds
45+
run: sleep 30s
4646
shell: bash
4747

4848
- name: Run tests(1)

0 commit comments

Comments
 (0)