Skip to content

Commit

Permalink
reducing philos number for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
biralavor committed Oct 31, 2024
1 parent c1ed0d0 commit d2eb2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind_for_Philo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
test_case:
- { index: 1, total_philos: 7, time_to_die: 60, time_to_eat: 100, time_to_sleep: 250, total_meals: 5 }
- { index: 2, total_philos: 14, time_to_die: 100, time_to_eat: 150, time_to_sleep: 300, total_meals: 10 }
- { index: 3, total_philos: 80, time_to_die: 200, time_to_eat: 200, time_to_sleep: 350, total_meals: 15 }
- { index: 3, total_philos: 50, time_to_die: 200, time_to_eat: 200, time_to_sleep: 350, total_meals: 15 }
defaults:
run:
working-directory: ./philo/
Expand Down

0 comments on commit d2eb2f5

Please sign in to comment.